Class DialogManagerImpl

java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.ui.impl.DialogManagerImpl
All Implemented Interfaces:
IPCObject, DialogManager

public class DialogManagerImpl extends IPCObjectImpl implements DialogManager
Information provided by the PKI file:

    \class DialogManager
    
    \brief DialogManager manages all the device dialogs.
    
    \example appWindow().getDialogManager()
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • closeAll

      public void closeAll()
      Information provided by the PKI file:
      
          \brief Closes all the device dialogs.
          
              
      Specified by:
      closeAll in interface DialogManager
    • getCurrentDialog

      public DeviceDialog getCurrentDialog()
      Information provided by the PKI file:
      
          \brief Returns the currently focused dialog.
          
          \return DeviceDialog, the DeviceDialog object of the currently focused dialog.
          
              
      Specified by:
      getCurrentDialog in interface DialogManager
      Returns:
      DeviceDialog Returns a DeviceDialog
    • getDialog

      public DeviceDialog getDialog(String deviceName)
      Information provided by the PKI file:
      
          \brief Returns the device dialog with the specified device name.
          
          \param deviceName, the name of the device of interest.
          
          \return DeviceDialog, the DeviceDialog object with the specified device name.
          
              
      Specified by:
      getDialog in interface DialogManager
      Parameters:
      deviceName - Takes in a parameter of deviceName
      Returns:
      DeviceDialog Returns a DeviceDialog
    • getFocusedDialogName

      public String getFocusedDialogName()
      Information provided by the PKI file:
      
          \brief Returns the device name of the dialog that is currently in focus.
          
          \return QString, the name of the device
          
              
      Specified by:
      getFocusedDialogName in interface DialogManager
      Returns:
      String Returns a String